home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / archiver / xchg_103.zip / XCHANGE.CFG < prev    next >
Text File  |  1989-03-18  |  572b  |  29 lines

  1. ;
  2. ;  First line of each group is period followed by file type
  3. ;
  4. ;  $n represents the name of the compressed file
  5. ;
  6. ;  Next line is '>' followed by command to compress all files in
  7. ;    current directory
  8. ;
  9. ;  Next line is '<' followed by command to decompress all files to
  10. ;    current directory
  11. ;
  12.  
  13. .ARC
  14. >PKARC -NC -OT /A $n *.*
  15. <PKXARC $n *.*
  16.  
  17. .PAK
  18. >PAK A $n *.*
  19. <PAK E $n *.*
  20.  
  21. .ZOO
  22. >ZOO -add $n *.*
  23. <ZOO -extract $n *.*
  24.  
  25. ; This is setup for PKZIP 0.92 (or later).  For V0.90, change -EX to -EA4 -EB4
  26. .ZIP
  27. >PKZIP /A -EX $n *.*
  28. <PKUNZIP $n *.*
  29.